home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_HDF.idb / usr / freeware / include / hdf / vattr.h.z / vattr.h
Encoding:
C/C++ Source or Header  |  1999-01-26  |  1.1 KB  |  34 lines

  1. /*****************************************************************
  2.  * NCSA HDF                                                      *
  3.  * Software Development Group                                    *
  4.  * National Center for Supercomputing Applications               *
  5.  * University of Illinois at Urbana-Champaign                    *
  6.  * 605 E. Springfield, Champaign IL 61820                        *
  7.  *                                                               *
  8.  * For conditions of distribution and use, see the accompanying  *
  9.  * hdf/COPYING file.                                             *
  10.  *                                                               *
  11.  *****************************************************************/
  12.  
  13. #ifdef RCSID
  14. static char RcsId[] = "@(#)$Revision: 1.3 $ "
  15. #endif
  16.  
  17. /***********************************************************
  18.  * vattr.h - vdata/vgroup attribute interface
  19.  *
  20.  ***********************************************************  */
  21.  
  22. /* $Id: vattr.h,v 1.3 1997/11/05 19:39:05 koziol Exp $ */
  23.  
  24. #ifndef _VATTR_H
  25. #define _VATTR_H
  26.  
  27. #include "hdf.h"
  28. #include "vg.h"
  29.  
  30.  
  31. #endif
  32.  
  33.  
  34.